0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R100 - R250 (1)
  • R250 - R500 (1)
  • R500 - R1,000 (1)
  • R1,000 - R2,500 (15)
  • -
Status
Brand

Showing 1 - 18 of 18 matches in All Departments

Murach's ADO.NET 3.5 LINQ and the Entity Framework with C# 2008 (Paperback): Anne Boehm Murach's ADO.NET 3.5 LINQ and the Entity Framework with C# 2008 (Paperback)
Anne Boehm
R1,581 R1,328 Discovery Miles 13 280 Save R253 (16%) Ships in 12 - 17 working days

This book shows C# developers how to use C# 2008 and ADO.NET 3.5 to develop database applications the way the best professionals do.

After an introductory section, section 2 shows how to use data sources and datasets for Rapid Application Development and prototyping of Windows Forms applications. Section 3 shows how to build professional 3-layer applications that consist of presentation, business, and database classes. Section 4 shows how to use the new LINQ feature to work with data structures like datasets, SQL Server databases, and XML documents. And section 5 shows how to build database applications by using the new Entity Framework to map business objects to database objects.

To ensure mastery, this book presents 23 complete database applications that demonstrate best programming practices. And it's all done in the distinctive Murach style that has been training professional developers for 35 years.

Murach's ASP.NET 3.5 Web Programming with C# 2008 (Paperback): Anne Boehm Murach's ASP.NET 3.5 Web Programming with C# 2008 (Paperback)
Anne Boehm
R1,625 R1,372 Discovery Miles 13 720 Save R253 (16%) Ships in 12 - 17 working days

This book is for C# developers who want to learn how to develop professional web applications with Microsoft's ASP.NET 3.5. The first 4 chapters present a quick-start course that works both for beginners and for experienced web developers who are new to ASP.NET. Then, the next four sections present (1) the skills you need for any business application, (2) the skills you need for database applications, (3) the skills you need for e-commerce applications, and (4) the skills you need for developing code that can be reused in other web applications. Along the way, you'll learn about .NET 3.5 enhancements that streamline web development, like the ListView and DataPager controls, LINQ, and AJAX.

Murach's HTML, XHTML & CSS (Paperback): Anne Boehm Murach's HTML, XHTML & CSS (Paperback)
Anne Boehm
R1,358 R1,140 Discovery Miles 11 400 Save R218 (16%) Ships in 12 - 17 working days

Whether you are just starting out in web development or you would like to update your existing skills, this book gets you off to a fast start! In fact, in just the first 6 chapters, you will learn more about web development than you can from most full books. By the end of this crash course, you will be developing web pages the professional way, with HTML or XHTML for the content and CSS for the formatting and page layout. That includes sophisticated page layouts that require the use of the box model, floating, and positioning. In section 2, you will learn all the other skills that you need for developing web pages. Those skills include how to develop forms that are submitted to web servers, how to add audio or video to a page, how to use a style sheet for printing, how to develop pages for mobile devices ...everything you need for modern web pages. You will also learn how to take your web pages to the next level by using tested JavaScript code for effects like image rollovers and slide shows. In the last section, now that you know how to develop web pages, you will learn how to design an entire web site using today's best practices. You will also learn how to deploy your web site, and how to get it into the major search engines and directories. When you are done, you will have all the perspective and skills you need to develop professional web pages.

Murach's ADO.NET 3.5 LINQ and the Entity Framework with VB 2008 (Paperback): Anne Boehm Murach's ADO.NET 3.5 LINQ and the Entity Framework with VB 2008 (Paperback)
Anne Boehm
R1,579 R1,326 Discovery Miles 13 260 Save R253 (16%) Ships in 12 - 17 working days

You won't get far as a Visual Basic developer unless you know how to write database applications. That's where this book comes in. It shows you how to use Visual Studio 2008 and ADO.NET 3.5 to develop database applications the way the best professionals do. That includes the full gamut of skills you need, from using prototyping features that generate ADO.NET code...to writing your own ADO.NET code from scratch so you can closely control how the database processing works...to using .NET 3.5 features like LINQ and the ADO.NET Entity Framework that actually change the way you think about handling data. What's more, this book takes you from beginner to database professional in a logical progression that makes each step easier to master: In section 1, you will get a basic introduction to databases, SQL, and ADO.NET. If you already have ADO.NET experience, you can skip ahead. In section 2, you will quickly be prototyping database applications using Rapid Application Development (RAD) tools like data sources. In section 3, you will learn how to build 3-layer applications the ways the pros do, with presentation, business, and database classes. This is where you'll get into ADO.N ET coding to create your own database classes. Section 4 covers LINQ (Language-Integrated Query), a .NET 3.5 feature that lets you handle all types of data using a query language that's integrated into Visual Basic and that saves you a lot of ADO.NET coding. That means you'll learn how to: Use LINQ to DataSet to query the data in typed or untyped datasets; Use LINQ to SQL, which allows you to generate an object model from the objects in a SQL Server database that can then be used to access and update the database data...a feature that offers you some of the same benefits as the Entity Framework; Use LINQ to XML to manipulate XML data much more easily than you can using the Document Object Model; Use LINQ data source controls with web applications. In section 5, you will learn to work with the ADO.NET Entity Framework...another way to let .NET generate the code you need and do more of the work for you. Using this feature, you create an Entity Data Model that defines a conceptual model for the business objects used by an application, a storage model for the objects in a database, and mappings that relate the two. Then: You can use LINQ or a special form of SQL to retrieve data into the business objects; You can work with the business objects and save changes to the database using generated code; You can use Entity data source controls with web applications.

Planning Successful Meetings and Events (Book, New): Ann Boehme Planning Successful Meetings and Events (Book, New)
Ann Boehme
R378 R283 Discovery Miles 2 830 Save R95 (25%) Ships in 12 - 17 working days

Planning a meeting or event is no easy task. This handy little how-to guide explains the entire process step-by-step, from site selection and registration do's and don'ts to negotiating with vendors, and food and beverage planning.

Murach's ASP.NET 3.5 Web Programming with VB 2008 (Paperback): Anne Boehm Murach's ASP.NET 3.5 Web Programming with VB 2008 (Paperback)
Anne Boehm
R1,626 R1,373 Discovery Miles 13 730 Save R253 (16%) Ships in 12 - 17 working days

This book is for Visual Basic developers who want to learn how to develop professional web applications with Microsoft's ASP.NET 3.5. The first 4 chapters present a quick-start course that works both for beginners and for experienced web developers who are new to ASP.NET. Then, the next four sections present (1) the skills you need for any business application, (2) the skills you need for database applications, (3) the skills you need for e-commerce applications, and (4) the skills you need for developing code that can be reused in other web applications. Along the way, you will learn about .NET 3.5 enhancements that streamline web development, like the ListView and DataPager controls, LINQ, and AJAX.

Murach's Visual Basic 2008 (Paperback): Anne Boehm Murach's Visual Basic 2008 (Paperback)
Anne Boehm
R1,595 R1,342 Discovery Miles 13 420 Save R253 (16%) Ships in 12 - 17 working days

Whether you are new to Visual Basic or you are upgrading to VB 2008 from an earlier version, this new edition of Murach's core VB book shows you how to develop the kind of bullet-proof Windows Forms applications that businesses rely on. Along the way, you will learn how to build database applications faster than ever by using RAD features like data sources and the DataGridView control. You will learn how to use object-oriented features like inheritance and interfaces as well as features like code snippets, generics, partial classes, and ClickOnce deployment. And you will learn how to use the 2008 LINQ feature to query data. When you are finished, you will be able to develop Windows Forms applications the way the best professionals develop them. That's why we say: No other book teaches you so much, so fast, or so thoroughly.

Murach's HTML and CSS (5th Edition) (Paperback, 5th New edition): Anne Boehm, Zak Ruvalcaba Murach's HTML and CSS (5th Edition) (Paperback, 5th New edition)
Anne Boehm, Zak Ruvalcaba
R1,477 Discovery Miles 14 770 Ships in 12 - 17 working days
Murach's ASP.NET 4 Web Programming with VB 2010 (Paperback, 4th Revised edition): Anne Boehm Murach's ASP.NET 4 Web Programming with VB 2010 (Paperback, 4th Revised edition)
Anne Boehm
R1,656 R1,388 Discovery Miles 13 880 Save R268 (16%) Ships in 12 - 17 working days

If you know the basics of Visual Basic, you are ready to learn to develop web applications using ASP.NET ...and that's where this book comes in: The first 5 chapters present a quick-start course that works both for beginners and for experienced web developers who are new to ASP.NET; Chapters 6-11 give you the skills you need for any web application in business ...like how to work with server controls, validate data, manage state, and create a user-friendly web experience; Chapters 12-17 present the skills you need for database-driven web sites ...the kind of web applications that businesses rely on every day; Chapters 18-23 cover skills that enhance your professionalism ...like how to ensure security in web operations, how to use ASP.NET AJAX, how to reuse tested code with WCF services, and how to configure and deploy your finished applications. To make it easier for you to master ASP.NET, you get complete web applications ...including the web forms, the aspx code, and the VB code ...that show you how each feature works in context. (You can download these for free from the Murach web site.) You get chapter exercises that let you practice your new skills. And you get Murach's distinctive "paired-pages" format that developers like because it saves both training and reference time.

Murach's C# (8th Edition): Anne Boehm Murach's C# (8th Edition)
Anne Boehm
R1,593 R1,260 Discovery Miles 12 600 Save R333 (21%) Ships in 10 - 15 working days
Murach's C# (7th Edition) (Paperback, 7th New edition): Joel Murach, Anne Boehm Murach's C# (7th Edition) (Paperback, 7th New edition)
Joel Murach, Anne Boehm
R1,924 R213 Discovery Miles 2 130 Save R1,711 (89%) In Stock
Murach's HTML5 and CSS3 (Paperback): Zak Ruvalcaba Anne Boehm Murach's HTML5 and CSS3 (Paperback)
Zak Ruvalcaba Anne Boehm
R1,324 Discovery Miles 13 240 Ships in 12 - 17 working days
Murach's Visual Basic 2010 (Paperback, New): Anne Boehm Murach's Visual Basic 2010 (Paperback, New)
Anne Boehm
R1,658 R1,390 Discovery Miles 13 900 Save R268 (16%) Ships in 12 - 17 working days

Whether you are new to Visual Basic or you are upgrading to VB 2010 from an earlier version, this new edition of Murach's core VB book shows you how to develop the kind of bullet-proof Windows Forms applications that businesses rely on. Along the way, you will learn how to quickly build database applications by using RAD features like data sources and the DataGridView control. You will learn how to use object-oriented features like inheritance and interfaces as well as 2010 features like auto-implemented properties and collection initialisers. You will learn how to use LINQ to query data and XML to exchange data between applications. You will learn how to take advantage of all the productivity features of Visual Studio 2010. When you are done, you will be able to develop Windows Forms applications the way the best professionals develop them. That's why we say: No other book teaches you so much, so fast, or so thoroughly.

Murach's HTML5 and CSS3, 4th Edition (Paperback, 4th New edition): Anne Boehm, Zak Ruvalcaba Murach's HTML5 and CSS3, 4th Edition (Paperback, 4th New edition)
Anne Boehm, Zak Ruvalcaba
R1,620 Discovery Miles 16 200 Ships in 12 - 17 working days
Murachs Visual Basic 2012 (Paperback, 5th): Anne Boehm Murachs Visual Basic 2012 (Paperback, 5th)
Anne Boehm
R1,666 R1,397 Discovery Miles 13 970 Save R269 (16%) Ships in 12 - 17 working days

This Visual Basic book has been a favourite of developers ever since the 1st edition came out in 2002. Now, this 5th Edition is a self-paced, professional book that shows how to use Visual Studio 2012, VB 2012, and the .NET 4.5 classes to develop Windows Forms applications. It is a data programming book that shows how to (1) prototype professional database applications using RAD features like data sources; (2) start using ADO.NET to work directly with databases for more control; and (3) use LINQ to query a variety of data sources, from databases to arrays to XML files. It is an object-oriented book that shows how to use business classes, inheritance, and interfaces the way they are used in the real world. It is a hands-on book that shows you how to develop your first Windows 8 apps and submit them to the Windows Store. When you are done, you will be able to develop 3-tiered, object-oriented Windows applications the way the best professionals do. And you will have the core VB and Visual Studio skills that you need to develop any VB application whether for Windows, the web, or mobile devices.

Murachs Visual Basic 2015 (Paperback, 6th Revised edition): Anne Boehm Murachs Visual Basic 2015 (Paperback, 6th Revised edition)
Anne Boehm
R1,760 R1,467 Discovery Miles 14 670 Save R293 (17%) Ships in 12 - 17 working days

This core Visual Basic .NET book has been a favorite of developers ever since the 1st edition came out in 2002. So you can be sure that this 6th edition will deliver the professional skills you're looking for. To be specific: * It's a self-paced book that shows you how to use Visual Studio 2015, VB 2015, and the .NET 4.6 classes to develop Windows Forms applications...whether you're new to programming or not. * It's a data programming book that shows you how to create professional database applications using data sources, ADO.NET code, and the Entity Framework, as well as how to use LINQ to query data structures, from collections to arrays to datasets. * It's an object-oriented book that shows you how to use business classes, inheritance, and interfaces the way they're used in the real world. When you're done, you'll be able to develop 3-tiered, object-oriented Windows Forms applications the way the best professionals do. And you'll have the core VB and Visual Studio skills that you need to develop any VB application...whether for Windows, the web, or mobile devices.

Murachs ASP.NET 4.6 Web Programming with C# 2016 (Paperback, 6th Revised edition): Anne Boehm Murachs ASP.NET 4.6 Web Programming with C# 2016 (Paperback, 6th Revised edition)
Anne Boehm
R1,821 R1,512 Discovery Miles 15 120 Save R309 (17%) Ships in 12 - 17 working days

If you know the basics of C#, youre ready to learn to develop server-side web applications with ASP.NET Web Forms and that is where this book comes in: Section 1 is a quick-start course in creating your first ASP.NET Web Forms applications using Visual Studio, with coverage of what HTML5/CSS3 and Bootstrap are doing on the client side a course that works both for beginners and for experienced web developers who are new to ASP.NET; Section 2 gives you the skills you need for every web application like how to use the server controls, validate user entries, manage state, use master pages, make ASP.NET work with Bootstrap for responsive layouts, and use friendly URLs; Section 3 presents the skills you need for developing database-driven web applications at a professional level including how to use SQL data sources, object data sources, and model binding and the Entity Framework with ASP.NET data controls like GridView, DetailsView, FormView, and ListView; Section 4 covers skills that enhance your professionalism like how to develop secure web pages, authenticate users with ASP.N ET Identity, send email, control the use of the Back button, and deploy finished applications; Section 5 takes you to the next level by showing you how to use ASP.NET Ajax, how to develop WCF and Web API services, and how ASP.NET MVC programming differs from Web Forms programming. To make it easier for you to master ASP.NET, you get complete web applications including the web forms, the aspx code, and the C# code that show you how each feature works in context (you can download these for free from the Murach website). You get chapter exercises that let you practice your new skills. And you get Murachs distinctive paired-pages format that developers like because it saves both training and reference time.

The Classroom Observer - Developing Observation Skills in Early Childhood Settings (Paperback, Third Edition): Anne Boehm,... The Classroom Observer - Developing Observation Skills in Early Childhood Settings (Paperback, Third Edition)
Anne Boehm, Richard A. Weinberg; Foreword by Jeanne Brooks-Gunn
R801 Discovery Miles 8 010 Ships in 12 - 17 working days

Systematic observation is essential for educators to evaluate properly the effectiveness of curricula and to address the problems of individual students. This volume emphasizes early childhood settings, and focuses on those skills that enable the observer to make appropriate, valid inferences and to arrive at decisions based on objective observation data gathered in natural learning environments and diverse educational settings. The edition includes new focuses on: procedures for observing environmental factors that affect learning and behaviour; the importance of understanding the cultural and linguistic characteristics of children's learning environments; the key role of observation in the assessment process; the forms of observation, with illustrative examples; and the exploration of reliability, sampling behaviour, recording formats, summarizing observational outcomes and validity. Using photographs, sample worksheets, a simple format and straightforward language, the authors cite real-life examples from early childhood that can be applied to a variety of classroom experiences.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Farm Killings In South Africa
Nechama Brodie Paperback R389 R100 Discovery Miles 1 000
Alva 5-Piece Roll-Up BBQ/ Braai Tool Set
R389 R346 Discovery Miles 3 460
Razer Kaira Pro Wireless Gaming…
R3,656 Discovery Miles 36 560
Closer To Love - How To Attract The…
Vex King Paperback R360 R309 Discovery Miles 3 090
Pet Mall Mattress Style Pet Bed…
R2,339 Discovery Miles 23 390
Cable Guy Ikon "Light Up" Harry Potter…
R543 Discovery Miles 5 430
Bostik Clear on Blister Card (25ml)
R36 Discovery Miles 360
STEM Activity: Sensational Science
Steph Clarkson Paperback  (4)
R256 R211 Discovery Miles 2 110
Wonder Plant Food Stix - Premium Plant…
R49 R41 Discovery Miles 410
Jabra Elite 5 Hybrid ANC True Wireless…
R2,899 R2,399 Discovery Miles 23 990

 

Partners